home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist / dist6.3 / dev.idb / usr / lib / lint / llib-lc.z / llib-lc
Text File  |  1997-09-04  |  2KB  |  97 lines

  1. #ident    "$Revision: 5.41 $"
  2. /*LINTLIBRARY*/
  3. /*PROTOLIB1*/
  4.  
  5. #include <assert.h>
  6. #include <ctype.h>
  7. #include <locale.h>
  8. #include <setjmp.h>
  9. #include <signal.h>
  10. #include <stdarg.h>
  11. #include <stdio.h>
  12. #include <stdlib.h>
  13. #include <string.h>
  14. #include <time.h>
  15. #include <float.h>
  16. #include <dirent.h>
  17. #include <bstring.h>
  18.  
  19. #include <sys/types.h>
  20. #include <fcntl.h>
  21. #include <stropts.h>
  22. #include <termio.h>
  23. #include <ieeefp.h>
  24. #include <sys/stat.h>
  25. #include <ftw.h>
  26. #include <search.h>
  27. #include <grp.h>
  28. #include <langinfo.h>
  29. #include <memory.h>
  30. #include <mon.h>
  31. #include <nlist.h>
  32. #include <pwd.h>
  33. #include <wait.h>
  34. #include <shadow.h>
  35. #include <siginfo.h>
  36. #include <signal.h>
  37. #include <sys/utsname.h>
  38. #include <ustat.h>
  39. #include <ucontext.h>
  40. #include <unistd.h>
  41. #include <sys/mount.h>
  42. #include <sys/lock.h>
  43. #include <sys/poll.h>
  44. #include <sys/ipc.h>
  45. #include <sys/msg.h>
  46. #include <sys/sem.h>
  47. #include <sys/shm.h>
  48. #include <sys/statfs.h>
  49. #include <sys/fstyp.h>
  50. #include <sys/times.h>
  51. #include <sys/param.h>
  52. #include <sys/mman.h>
  53. #include <crypt.h>
  54. #include <ndbm.h>
  55. #include <invent.h>
  56. #include <abi_mutex.h>
  57. #include <ulocks.h>
  58. #include <task.h>
  59. #include <pfmt.h>
  60. #include <utmpx.h>
  61. #include <utmp.h>
  62.  
  63. /* 
  64. ** The below should eventually be in header files - when/if they 
  65. ** are, there is a possibility that lint will not build this
  66. ** library correctly - when this happens, remove the object
  67. ** from this file.
  68. */
  69.  
  70. /* END (3C) */
  71. extern int end;
  72. extern int etext;
  73. extern int edata;
  74.  
  75. /* PERROR(3C) */
  76. extern int errno;
  77. extern char *sys_errlist[];
  78. extern int sys_nerr;
  79.  
  80. long priocntl(idtype_t, id_t,int,...);
  81. long priocntlset(procset_t *,int,...);
  82. int grantpt(int);
  83. int isastream(int);
  84. void psignal(int, const char *);
  85. char *ptsname(int);
  86. int swapctl(int, void *);
  87. int unlockpt(int);
  88.  
  89. /* sys/time.h: definition of structs timezone, timeval */
  90. #include <sys/time.h>
  91.  
  92. /* sys/resource.h: definition of struct rlimit */
  93. #include <sys/resource.h>
  94.  
  95. /* sys/uio.h: defintion ofstruct iovec */
  96. #include <sys/uio.h>
  97.